With respect to multi-threading, synchronization is the capability to control the access of multiple threads to shared resources. Without synchronization, it is possible for one Java thread to modify a shared variable while another thread is in the process of using or updating same shared variable. This usually leads to erroneous behavior or program.
Liked By
Write Answer
What is synchronization in respect to multi-threading in Java?
Join MindStick Community
You have need login or register for voting of answers or question.
Anonymous User
26-Jan-2015